﻿@media (max-width: 890px) {
    .footer {
        padding-top: 0;
    }

    .footer .container {
        display: none;
    }
}

#_headMenu {
    position: sticky;
    top: -60px;
    z-index: 99;
    min-height: 120px;
}

/**
 * 顶部
 */

.top-tips {
    display: block;
    background-color: #f5f5f5;
    border-bottom: solid 1px #ccc;
    padding: 10px 0;
    color: #333;
    position: relative;
}

body {
    overflow-y: scroll;
}

/*body {
    min-width: 1200px;
}

@media (max-width: 1024px) {
    body {
        min-width: auto;
    }
}*/

.lay-left-side {
    overflow: hidden;
}

.left-side {
    float: left;
}

.bg-primary-light-blue {
    background-color: #eff9fd;
}

.bg-73 {
    background-color: #737373;
}

.text-primary {
    color: #3ea7e4;
}

.text-primary-hover {
    color: #02baf2;
}

.text-primary-red {
    color: #ee0808;
}

.itme-title {
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 22px 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.itme-title-01 {
    margin-top: 0;
}

/**
 * 顶部
 */

.top-tips {
    display: block;
    background-color: #f5f5f5;
    border-bottom: solid 1px #ccc;
    padding: 10px 0;
    color: #333;
    position: relative;
}

@media (max-width: 1100px) {
    .top-tips {
        display: none;
    }
}

.top-tips span {
    border: 0 none;
    display: inline-block;
    background: #278FF0;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    width: auto;
    padding: 0 16px;
    height: 32px;
    border-radius: 16px;
    line-height: 32px;
    text-decoration: none;
    text-align: center;
    margin: 0 4px;
    float: right;
}

.top-tips:hover {
    color: #278ff0;
}

.top-tips:hover span,
.top-tips span:hover {
    color: #fff;
    background: linear-gradient(to bottom, #dd423d 0%, #ed6b4f 100%);
    background: -webkit-linear-gradient(top, #dd423d 0%, #ed6b4f 100%);
    background: -moz-linear-gradient(top, #dd423d 0%, #ed6b4f 100%);
    background: -o-linear-gradient(top, #dd423d 0%, #ed6b4f 100%);
}

.hero-top {
    height: 60px;
    position: relative;
    background-color: #fff;
}

.hero-top.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}

/**
 * logo
 */

.logo {
    width: 40%;
    float: left;
    display: block;
    height: 60px;
    padding: 10px 0px;
    font-size: 18px;
    color: #333;
    max-width: 200px;
    box-sizing: border-box;
}

.logo span {
    line-height: 40px;
    vertical-align: top;
    font-weight: bold;
}

.logo img {
    vertical-align: top;
}

@media (max-width: 680px) {
    .logo {
        width: 40%;
        padding-left: 1rem;
    }
}

@media (max-width: 640px) {
    .logo {
        width: 60%;
        padding-left: 1rem;
    }
}

.hero-top-right {
    padding-top: 12px;
    height: 40px;
    float: right;
    font-size: 14px;
}

.hero-top-right.hide {
    visibility: hidden;
}

.hero-top-right img.vipicon {
    vertical-align: text-bottom;
    width: 20px;
    height: 22px;
}

.hero-top-right span.spvip {
    color: #f60;
}

@media (max-width: 1100px) and (min-width: 640px) {
    .hero-top-right {
        position: relative;
        right: 60px;
    }

    .hero-top-right .language {
        display: none;
    }

    .login,
    .registerlink,
    .signout,
    .buyvip {
        margin-left: 8px;
        margin-right: 0px;
        width: auto;
    }
}

@media (max-width: 640px) {
    .hero-top-right {
        display: none;
    }

    .login,
    .registerlink,
    .signout,
    .buyvip {
        margin-left: 8px;
        margin-right: 0px;
    }
}

.loginState {
    float: left;
    clear: none;
    width: auto;
}

.registerlink,
.login {
    color: #333;
    text-decoration: underline;
    margin-left: 16px;
    width: auto;
}

.login {
    display: inline-block;
}

.signout {
    color: #333;
    text-decoration: underline;
    margin: 0px 10px 0px 16px;
}

/*.buyvip, .buyvipnologin {
    color: #333;
    margin-left: 16px;
    display: inline-block;
    position: relative;
    height: 21px;
    line-height: 21px;
    text-decoration: underline;
}

.buyvip {
    margin-right: 9px;
}

.buyvipnologin {
    margin-right: 8px;
}

    .buyvipnologin span, .buyvip span {
        display: block;
        position: absolute;
        width: 9px;
        height: 11px;
        background: url('/ContentMain/Images/hotservice.png') no-repeat center center;
        top: 0;
        right: -11px;
    }*/

.icon-lang {
    padding: 0 5px;
}

.language {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.language img {
    margin-top: -4px;
    margin-right: 6px;
    display: inline-block;
    border: none;
    margin-left: 15px;
}

.language>span {
    width: auto;
    width: 65px\0;
    display: inline-block;
}

.language select {
    width: 6em;
    height: 22px;
    line-height: 22px;
    border-radius: 5px;
    border-color: #278ff0;
}

.language:hover,
.language:focus {
    outline: none;
    border-color: #278ff0;
}

.language:focus option,
.language:hover option {
    border-color: #278ff0;
}

/**
 * 移动端导航按钮
 */

.nav-trigger {
    display: none;
    width: 24px;
    height: 24px;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 10px;
    padding: 20px 10px 0;
}

.menu-item-phone {
    display: none;
}

.menu-item-phone a,
.menu-item-phone a.login {
    padding: 0px;
    text-align: left;
    float: left;
    clear: none;
    line-height: 60px;
    padding-left: 10px;
    margin-left: 0px;
    text-decoration: none;
}

@media (max-width: 1100px) {
    .nav-trigger {
        display: block;
        margin-top: 8px;
        background: rgba(51, 51, 51, 0.2);
        border-radius: 50%;
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    }

    .menu-item-phone {
        display: block;
        padding-right: 54px;
        overflow: hidden;
    }

    .menu-item-phone a {
        color: #333 !important;
    }

    .menu-item-phone a[href="/member/register"] {
        display: none;
    }

    #_headMenu {
        min-height: 60px;
    }
}

.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #278ff0;
    position: absolute;
}

.nav-trigger span {
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}

.nav-trigger span::before,
.nav-trigger span::after {
    content: '';
    right: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    -moz-transition: -moz-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
}

.nav-trigger span::before {
    top: -6px;
}

.nav-trigger span::after {
    top: 6px;
}

.nav-trigger.nav-is-visible span {
    background: rgba(46, 50, 51, 0);
}

.nav-trigger.nav-is-visible span::before,
.nav-trigger.nav-is-visible span::after {
    background: #fff;
}

.nav-trigger.nav-is-visible span::before {
    -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
    transform: translateX(4px) translateY(-3px) rotate(45deg);
}

.nav-trigger.nav-is-visible span::after {
    -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
    transform: translateX(4px) translateY(2px) rotate(-45deg);
}

/**
 * 头部
 */

.header {
    background: #278ff0;
    margin-bottom: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
}

@media (max-width: 1090px) {
    .header {
        margin-bottom: 0;
    }
}

/**
 * 顶部导航
 */

.main-nav {
    width: 100%;
    font-size: 0;
    position: relative;
}

@media (max-width: 1100px) {
    .main-nav {
        width: 100%;
        /*overflow:scroll;
        max-height: 100%;*/
        overflow-y: scroll;
        height: 100%;
        position: fixed;
        z-index: 98;
        top: 0;
        left: 0;
        background: #fff;
        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
        padding-bottom: 1rem;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transform: translateZ(0) translateX(-103%);
        -moz-transform: translateZ(0) translateX(103%);
        -ms-transform: translateZ(0) translateX(103%);
        -o-transform: translateZ(0) translateX(103%);
        transform: translateZ(0) translateX(103%);
        will-change: transform;
        /* -webkit-transform: translateX(-103%);
        -moz-transform: translateX(103%);
        -ms-transform: translateX(103%);
        -o-transform: translateX(103%);
        transform: translateX(103%); */
    }

    .sub-menu {
        position: relative !important;
        left: 0 !important;
        margin-left: 0 !important;
    }
}

.main-nav.is-show {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.main-nav>.menu-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
}

@media (max-width: 1100px) {
    .main-nav>.menu-item {
        display: block;
        width: 100%;
        margin: 0 auto;
        height: auto;
        border-top: 1px solid #E4E4E4;
    }
}

.main-nav>.editor-online {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 1100px) {
    .main-nav>.editor-online {
        position: static;
    }
}

.main-nav a {
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: center;
    position: relative;
}

.main-nav>.menu-item>a {
    height: 60px;
    line-height: 60px;
    padding: 0 20px 0px 20px;
}

@media (max-width: 1100px) {
    .main-nav>.menu-item>a {
        text-align: left;
        padding: 0 20px 0px 10px;
        color: #333;
        font-weight: 600;
    }
}

.main-nav a:hover {
    color: #333;
}

.main-nav>.menu-item>a:hover,
.main-nav .current-menu-item>a {
    color: #fff;
    background: #036fd4;
    text-decoration: none;
}

.menu-item.has-children>a {
    position: relative;
    cursor: pointer;
    padding: 0 28px 0px 10px;
}

.menu-item.has-children>a:after {
    content: '';
    display: block;
    width: 0;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -4px;
}

@media (max-width: 1100px) {
    .menu-item.has-children>a:after {
        right: 20px;
        border-color: #333 transparent transparent transparent;
    }

    .menu-item.has-children.children-show>a:after {
        margin-top: -12px;
        border-color: transparent transparent #333 transparent !important;
    }
}

.menu-item.has-children.children-show>a:after {
    margin-top: -12px;
    border-color: transparent transparent #fff transparent;
}

/**
 * 子导航
 */

.sub-menu {
    display: none;
    border: solid 1px #eee;
    background: #fff;
    border-top: none;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 100;
    left: 50%;
    margin-left: -50%;
    padding: 10px 0;
}

.sub-menu .menu-item i {
    min-width: 30px;
    height: 16px;
    display: inline-block;
    margin-left: 4px;
    line-height: 16px;
    padding-right: 2px;
}

/* 展示移动端下载二维码-开始 */
.sub-menu .show-downcode-box {
    position: absolute;
    left: 186px;
    top: 72px;
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px #D1D8E0;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    display: none;
}
.sub-menu .show-downcode-box>img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.sub-menu .show-downcode:hover ~ .show-downcode-box{
    display: block;
}
/* 展示移动端下载二维码-结束 */

.nav-recommend {
    /* border: 1px #ff0000 solid;
    font-size: 11px;
    text-align: center;
    color: #ff0000;
    border-radius: 2px; */
    background-image: url('/ContentMain/Images/ico_recommend.png');
    background-repeat: no-repeat;
    background-size: 28px 14px;
    background-position: center center;
}

.nav-recent {
    /* border: 1px #278FF0 solid;
    font-size: 11px;
    text-align: center;
    color: #278FF0;
    border-radius: 2px; */
    background-image: url('/ContentMain/Images/icon_new.png');
    background-repeat: no-repeat;
    background-size: 28px 14px;
    background-position: center center;
}

@media (max-width: 640px) {
    .sub-menu {
        overflow-y: auto;
    }
}

.sub-menu-01 {
    width: 1000px;
    left: -150%;
}

.sub-menu-02 {
    width: 794px;
}

.sub-menu-03 {
    width: 150px;
}

.sub-menu-04 {
    width: 185px;
}

.sub-menu-05 {
    width: 150px;
}

.sub-menu-06 {
    width: 415px;
}

.sub-menu-07 {
    width: 760px;
}

.sub-menu-08 {
    width: 840px;
}

.sub-menu-09 {
    width: 400px;
}

@media (max-width: 1430px) {
    .sub-menu-01 {
        left: -115%;
    }

    .sub-menu.sub-menu-01:before {
        left: 180px;
    }
}

@media (max-width: 1365px) {
    .sub-menu-01 {
        width: 1000px;
        left: 0;
    }

    .sub-menu.sub-menu-01:before {
        left: 80px;
    }
}

@media (max-width: 1100px) {

    .sub-menu-01,
    .sub-menu-02,
    .sub-menu-03,
    .sub-menu-04,
    .sub-menu-05,
    .sub-menu-06,
    .sub-menu-07,
    .sub-menu-08 {
        width: 100%;
        height: auto;
    }
}

.sub-menu-02 .sub-menu-wrap,
.sub-menu-08 .sub-menu-wrap {
    width: auto;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}

.sub-menu-02 .sub-menu-wrap {
    /* min-width: 158px; */
    width: 158px;
    white-space: nowrap;
}

.sub-menu-06 .sub-menu-wrap:nth-child(1) {
    width: 36%;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}

.sub-menu-06 .sub-menu-wrap:nth-child(2) {
    width: 64%;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}

.sub-menu-06 .sub-menu-wrap div {
    display: table-cell;
}

.sub-menu-07 .sub-menu-wrap {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}

.sub-menu-07 .sub-menu-wrap:first-child {
    width: 19%;
}

.sub-menu-07 .sub-menu-wrap:nth-child(2) {
    width: 21%;
}

.sub-menu-09 .sub-menu-wrap:nth-child(1) {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}

.sub-menu-09 .sub-menu-wrap:nth-child(2) {
    width: 72%;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}

.sub-menu-09 .sub-menu-wrap div {
    display: table-cell;
}

@media (max-width: 640px) {

    .sub-menu-02 .sub-menu-wrap,
    .sub-menu-08 .sub-menu-wrap {
        width: 33%;
    }

    .sub-menu-07 .sub-menu-wrap {
        width: 50% !important;
    }

    .sub-menu-08 .sub-menu-wrap:nth-child(3n),
    .sub-menu-01 .sub-menu-wrap:nth-child(1),
    .sub-menu-01 .sub-menu-wrap:nth-child(5) {
        width: 34%;
    }

    .sub-menu-09 {
        width: 100%;
    }
}

.sub-menu:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 50px;
    top: -20px;
}

.sub-menu.sub-menu-01:before {
    left: 220px;
}

.sub-menu-08 {
    left: -200px;
}

.sub-menu-08:before {
    left: 300px;
}

.sub-menu:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    clear: both;
}

.sub-menu-01 .sub-menu-wrap {
    /* min-width: 149px; */
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}

@media (max-width: 640px) {
    .sub-menu-01 .sub-menu-wrap {
        width: 33%;
    }
}

.sub-menu a {
    font-size: 14px;
    color: #333;
    display: block;
    text-align: left;
    padding: 5px 20px;
    display: flex;
    align-items: center;
}

.sub-menu-01 a {
    padding: 5px 10px;
}

/* .sub-menu-01 div:first-child a {
    padding: 5px 10px 5px 20px;
} */

@media (max-width: 640px) {
    .sub-menu a {
        font-size: 13px;
        padding: 5px 10px;
    }
}

.sub-menu a:hover {
    color: #fff;
    background: #036fd4;
}

.sub-menu p {
    color: #278FF0;
    display: inline-block;
    font-weight: bold;
    border-bottom: solid 2px #aaccf8;
    padding: 5px 0 8px;
    margin-left: 20px;
    font-size: 14px;
    width: 76%;
}


.sub-menu-01 p {
    margin-left: 10px;
}

/* .sub-menu-01 div:first-child p {
    margin-left: 20px;
} */

@media (max-width: 640px) {
    .sub-menu h4 {
        font-size: 15px;
        margin-left: 10px;
    }
}

.sub-menu a:hover h4 {
    color: #fff;
}

/**
 * 首页
 */

@keyframes mymove {
    from {
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
    }

    to {
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
    }
}

/*网站底部样式*/

.footer {
    background: #393939;
    color: #fff;
    font-size: 14px;
}

.footer a {
    color: #fff;
}

.footer .footer-main {
    padding-top: 40px;
    margin-bottom: 50px;
}

.footer .footer-main ul {
    float: left;
    padding-left: 65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer .footer-main ul.footer-guide {
    margin-right: 125px;
}

.footer .footer-main ul.hotfunction {
    margin-right: 105px;
}

.footer .footer-main ul.footer-scan {
    padding-left: 80px;
    text-align: center;
}

.footer .footer-main h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.footer .footer-main li {
    line-height: 28px;
    white-space: nowrap;
}

.footer .friendlinkbox {
    padding-left: 65px;
}

.footer .friendlinkbox .friendlink-title {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}

.footer .friendlinkbox .friendlink-title:after {
    display: inline-block;
    position: relative;
    top: -4px;
    left: 10px;
    content: "";
    width: calc(100% - 84px);
    height: 0px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .friendlinkbox .friendlink li {
    display: inline;
    padding-right: 10px;
}

.footer .friendlinkbox .friendlink li a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}

.footer .splitline {
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 23px;
    margin-top: 40px;
}

.footer .footer-profile p {
    padding: 0 120px;
    text-align: center;
    line-height: 28px;
}

.footer p.copyright span {
    display: block;
}

.footer .copyright {
    text-align: center;
    line-height: 28px;
    padding-top: 10px;
}

.footer a.qq-link {
    display: inline-block;
    line-height: 1;
    padding: 4px 16px;
    font-size: 12px;
    background: #3ea6ee;
    border-radius: 10px;
}

.footer .footer-main .choselanguage {
    width: 120px;
    height: 22px;
}

@media (max-width:1440px) {
    .container {
        width: 1170px;
    }
}

@media (max-width:1170px) {
    .container {
        width: 100%;
    }

    .footer .footer-main ul {
        width: 25%;
        padding-left: 30px;
    }

    .footer .footer-main ul.footer-guide,
    .footer .footer-main ul.hotfunction {
        margin-right: 0;
    }
}

@media (max-width:768px) {
    .footer {
        padding-top: 15px;
    }

    .footer .footer-main {
        display: none;
    }

    .footer .footer-profile p {
        padding: 0 20px;
    }
}

.vipnick {
    color: #333;
    text-decoration: underline;
    margin-left: 16px;
    width: auto;
    display: inline-block;
}

.vipnick img {
    display: inline;
    max-width: 20px;
}

/*在线客服--20180523*/

.onlinekefu {
    width: 28px;
    height: 123px;
    position: fixed;
    z-index: 888;
    bottom: 50px;
    right: 3px;
    background-color: #62A8EA;
    border-radius: 14px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
}

.onlinekefu p {
    width: 28px;
    height: 123px;
    background: url(/ContentMain/Images/onlinekefu.png);
}

.onlinekefu p a {
    width: 28px;
    height: 123px;
    display: block;
    text-indent: -2000px;
    overflow: hidden;
}

/*微信内置浏览器引导----------------------开始*/

.guide-for-wechat {
    font-size: 2.3rem;
    position: fixed;
    z-index: 100000000;
    top: 0;
    left: 0;
    display: flex;
    display: none;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, .75);
    align-items: flex-start;
}

.guide-for-wechat .guide-wechat-arrow {
    width: 100%;
    text-align: right;
    margin-bottom: 3rem;
}

.guide-wechat-arrow img {
    width: 7rem;
    margin-right: 0.5rem;
}

.guide-for-wechat p {
    font-size: 2.3rem;
    padding-right: 1rem;
    padding-left: 1rem;
    height: 6rem;
}

.guide-for-wechat p img {
    margin-right: .5em;
    margin-left: .5em;
    vertical-align: middle;
}

/*微信内置浏览器引导----------------------结束*/

.hero-top .login {
    *display: inline;
    *zoom: 1;
}

.vipnick {
    color: #333;
    text-decoration: underline;
    margin-left: 16px;
    width: auto;
    display: inline-block;
}

.vipnick img {
    display: inline;
    max-width: 20px;
}

.mergealert-warning {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    text-align: center;
    margin-top: -20px;
}

.headerfixed {
    position: fixed;
    width: 100%;
}

/*20190520 新增样式*/

.hero-top .mytempfile_new {
    background: url(/ContentMain/Images/ico_myfile.png) no-repeat 0px center;
    padding-left: 22px;
    height: 21px;
    line-height: 21px;
    display: inline-block;
    color: #333;
    text-align: center;
}

.hero-top .buyvipnologin_new,
.hero-top .buyvip {
    width: 120px !important;
    height: 36px !important;
    background: #E1B882;
    background: linear-gradient(130deg, #FDEED5 0%, #E1B882 100%);
    background-repeat: no-repeat;
    border-radius: 16px;
    display: inline-block;
    margin-right: 16px;
    position: relative;
    line-height: 36px;
    float: left;
    cursor: pointer;
    text-align: center;
    color: #775026;
}

.hero-top .buyvipnologin_new .openvip_headvip {
    font-size: 0;
}

.hero-top .buyvip span {
    display: inline-block;
    width: 20px;
    height: 36px;
    background: url("Images/menber/ico_btn_vip.png") no-repeat center center;
    vertical-align: middle;
}

.hero-top .buyvipnologin_new a:hover {
    color: #775026;
}

.hero-top .buyvip a {
    color: #fff;
}

.hero-top .buyvipnologin_new:hover,
.hero-top .buyvip:hover {
    background: linear-gradient(130deg, #F8E1BB 0%, #D6AA6F 100%);
}

.hero-top .buyvipnologin_new:active,
.hero-top .buyvip:active {
    background: linear-gradient(130deg, #EBDABD 0%, #CBA16A 100%);
}

.hero-top .buyvipnologin_new span.vipicon,
.buyvip span.vipicon {
    display: inline-block;
    width: 20px;
    height: 36px;
    background: url("Images/menber/ico_btn_vip.png") no-repeat center center;
    vertical-align: middle;
}

.buyvipnologin_new a.headbuyvip {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    background: none !important;
    margin-left: 7px;
    font-size: 14px;
    color: #775026;
    vertical-align: middle;
}

.buyvipnologin_new>a {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #775026;
    display: block;
}

.buyvipnologin_new>a span.vip-br {
    margin-left: 7px;
    vertical-align: top;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.hero-top .buyvipnologin_new span.vipicon {
    vertical-align: top;
}

.hero-top .area_loginregister {
    height: 36px;
    width: 120px;
    border-radius: 18px;
    color: #fff;
    font-size: 0;
    float: right;
    clear: none;
    padding-left: 40px;
    background: url("/ContentMain/Images/ico_user.png") no-repeat;
    background-position: 12px center;
    background: url("/ContentMain/Images/ico_user.png") no-repeat left 12px center, linear-gradient(36deg, rgba(92, 176, 255, 1) 0%, rgba(59, 157, 248, 1) 47%, rgba(26, 137, 240, 1) 100%);
    background-color: #278ff0;
    cursor: pointer;
}

.hero-top .area_loginregister span {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    padding: 0 4px;
    margin: 11px 0;
}

.hero-top .area_loginregister span+span {
    border-left: 1px solid #fff;
}

.hero-top .area_myfile {
    float: left;
    clear: none;
    border-radius: 16px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 16px;
}

.hero-top .area_myfile a {
    color: #666666;
    display: block;
    height: 100%;
    padding-left: 28px;
    background: url(/ContentMain/Images/icon_wj.png) no-repeat left center;
    text-align: left;
}

.hero-top .area_myfile:hover a {
    color: #278ff0;
    background: url(/ContentMain/Images/icon_wj_h.png) no-repeat left center;
}

.hero-top .area_myfile:active a {
    color: #036fd4;
    background: url(/ContentMain/Images/icon_wj_a.png) no-repeat left center;
}

.hero-top .customer-service {
    float: left;
    clear: none;
    border-radius: 16px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 16px;
}

.hero-top .customer-service span {
    color: #666666;
    display: block;
    height: 100%;
    padding-left: 28px;
    background: url(/ContentMain/Images/icon_kf.png) no-repeat left center;
    text-align: left;
}

.hero-top .customer-service:hover span {
    color: #278ff0;
    background: url(/ContentMain/Images/icon_kf_h.png) no-repeat left center;
}

.hero-top .customer-service:active a {
    color: #036fd4;
    background: url(/ContentMain/Images/icon_kf_a.png) no-repeat left center;
}

.displayhide {
    display: none;
}

.menu_mark {
    width: 100%;
    background: url('/ContentMain/Images/bg_menumask.png');
    position: absolute;
    left: 0px;
    top: 120px;
    display: none;
    z-index: 11;
}

.hero-top .memhead {
    position: relative;
    top: -2px;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.hero-top .memhead img {
    height: 40px;
    width: 40px;
    vertical-align: unset;
}

.hero-top .memhead .span_headmask {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    cursor: pointer;
    background: url('/ContentMain/Images/mask_headportrait.png') no-repeat 0px 0px;
}

.hero-top .memhead .span_headvipicon {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    bottom: -1px;
    right: -5px;
    z-index: 10;
    cursor: pointer;
    background: url('/ContentMain/member/icon_vip_head.png') no-repeat 0px 0px;
}

.hero-top .memhead .memhead_arrow {
    display: none;
    width: 24px;
    height: 11px;
    position: absolute;
    top: 35px;
    left: 8px;
    z-index: 1001;
    box-sizing: border-box;
    background: url(/ContentMain/personal/bg_memhead_arrow.png) no-repeat top left;
}

.hero-top .memhead .meminfo {
    display: none;
    width: 338px;
    position: absolute;
    top: 29px;
    left: -149px;
    z-index: 1000;
    box-sizing: border-box;
}

@media (max-width: 1452px) {
    .hero-top .memhead .meminfo {
        left: -280px;
    }
}

.hero-top .memhead .meminfo div.meminfo_head {
    width: 338px;
    padding: 20px 9px 0px 9px;
    height: 87px;
    background: url('/ContentMain/personal/bg_memhead_head.png') no-repeat 0px 0px;
    box-sizing: border-box;
}

.hero-top .memhead .meminfo div.meminfo_center {
    width: 338px;
    padding: 0px 9px;
    background: url('/ContentMain/personal/bg_memhead_center.png') repeat-y 0px 0px;
    overflow: hidden;
    box-sizing: border-box;
}

.hero-top .memhead .meminfo div.meminfo_bottom {
    width: 320px;
    padding: 0px 9px;
    height: 15px;
    background: url('/ContentMain/personal/bg_memhead_bottom.png') no-repeat center center;
}

.hero-top .memhead:hover .meminfo,
.hero-top .memhead:hover .memhead_arrow,
.hero-top .buyvipnologin_new:hover .buyviphead_details,
.hero-top .buyvip:hover .buyviphead_details {
    display: block;
}

.hero-top .memhead .meminfo p.loginout {
    box-sizing: border-box;
    width: 320px;
    padding: 6px 10px 4px;
    border-top: solid 1px #ddd;
    height: 30px;
    line-height: 20px;
    color: #888;
    font-size: 12px;
    text-align: right;
}

.hero-top .memhead .meminfo p.loginout a {
    color: #888;
}

.hero-top .memhead .meminfo p.loginout a:hover {
    color: #888;
}

.hero-top .memhead .meminfo p.memdetails_head {
    width: 50px;
    height: 40px;
    margin: 12px 0px 10px 10px;
    position: relative;
    float: left;
    clear: none;
}

.hero-top .memhead .meminfo p.memdetails_head img {
    width: 40px;
    height: 40px;
}

.hero-top .memhead .meminfo p.memdetails_head span {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    cursor: pointer;
    background: url('/ContentMain/Images/mask_headportrait.png') no-repeat 0px 0px;
}

.hero-top .memhead .meminfo p.memdetails_head .span_headvipicon {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: inherit !important;
    left: inherit !important;
    bottom: 0px !important;
    right: 6px !important;
    z-index: 10;
    cursor: pointer;
    background: url(/ContentMain/member/icon_vip_head.png) no-repeat 0px 0px;
}

.hero-top .memhead .meminfo p.memdetails_nickname {
    width: 250px;
    height: 40px;
    padding-top: 10px;
    float: left;
    clear: none;
}

.hero-top .memhead .meminfo p.memdetails_nickname span {
    height: 20px;
    line-height: 20px;
    display: block;
}

.hero-top .memhead .meminfo p.memdetails_nickname span.memdetails_nickname_id {
    color: #aaa;
}

.hero-top .memhead .meminfo p.memdetails_theme {
    font-size: 14px;
    font-weight: 800;
    color: #333;
    padding: 5px 19px;
    height: 30px;
    line-height: 20px;
}

.hero-top p.memdetails_openvip {
    height: 44px;
    line-height: 44px;
    width: 234px;
    border-radius: 28px;
    background: #E1B882;
    background: linear-gradient(135deg, #FFE3B8 0%, #E1B882 100%);
    color: #775026;
    text-align: center;
    margin: 10px auto 0px;
    cursor: pointer;
}

.hero-top p.memdetails_openvip a {
    color: #775026;
    display: block;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
}

.hero-top p.memdetails_openvip:hover a {
    color: #775026;
}

.hero-top p.memdetails_openvip:hover {
    background: linear-gradient(130deg, #F8E1BB 0%, #D6AA6F 100%);
}

.hero-top p.memdetails_openvip:active {
    background: linear-gradient(130deg, #EBDABD 0%, #CBA16A 100%);
}


.hero-top .memhead .meminfo p.memdetails_subhead {
    height: 27px;
    line-height: 20px;
    color: #aaa;
    font-size: 12px;
    text-align: center;
    padding-top: 7px;
    box-sizing: border-box;
}

.hero-top .memhead .meminfo p.memdetails_info {
    font-size: 14px;
    color: #333;
    padding: 3px 19px;
    height: 26px;
    line-height: 20px;
}

.hero-top .memhead .meminfo p.memdetails_subhead {
    width: 100%;
    text-align: center;
    height: 27px;
    line-height: 20px;
    padding-top: 7px;
    box-sizing: border-box;
}

.hero-top div.vipdetails_info {
    width: 100%;
    color: #666;
    overflow: hidden;
    padding: 10px 6px;
    box-sizing: border-box;
}

.hero-top div.vipdetails_info p {
    width: 33.33%;
    height: 82px;
    box-sizing: border-box;
    background-position: top center;
    background-repeat: no-repeat;
    float: left;
    clear: none;
}

.hero-top div.vipdetails_info p.vip_1 {
    background-image: url('/ContentMain/member/icon_zxsygn.png');
}

.hero-top div.vipdetails_info p.vip_2 {
    background-image: url('/ContentMain/member/icon_wjdx.png');
}

.hero-top div.vipdetails_info p.vip_3 {
    background-image: url('/ContentMain/member/icon_spwsy.png');
}

.hero-top div.vipdetails_info p.vip_4 {
    background-image: url('/ContentMain/member/icon_zgsf.png');
}

.hero-top div.vipdetails_info p.vip_5 {
    background-image: url('/ContentMain/member/icon_vipzsfw.png');
}

.hero-top div.vipdetails_info p.vip_6 {
    background-image: url('/ContentMain/member/icon_store30.png');
}

.hero-top div.vipdetails_info p.vip_7 {
    background-image: url('/ContentMain/member/icon_wdwj.png');
}

.hero-top div.vipdetails_info p.vip_8 {
    background-image: url('/ContentMain/member/icon_wddd.png');
}

.hero-top div.vipdetails_info p.vip_9 {
    background-image: url('/ContentMain/member/icon_grzx.png');
}

.hero-top div.vipdetails_info p span.headbuyvip {
    display: block;
    cursor: pointer;
}

.hero-top div.vipdetails_info p span.vipintro,
.hero-top div.vipdetails_info p .headbuyvip span.vipintro {
    height: 32px;
    padding-top: 52px;
    width: 100%;
    display: block;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    color: #666;
    background: none;
}

.hero-top .memhead .meminfo div.vipdetails_info p a,
.hero-top .memhead .meminfo div.vipdetails_info p span a {
    display: block;
    color: #666;
}

.hero-top .memhead .meminfo div.vipdetails_info p a:hover,
.hero-top .memhead .meminfo div.vipdetails_info p span a:hover {
    color: #666;
}

.hero-top .memhead .meminfo div.vipdetails_info p a:active,
.hero-top .memhead .meminfo div.vipdetails_info p span a:active {
    color: #666;
}

/*.hero-top .memhead .meminfo div.vipdetails_info p.vip_7 a, .hero-top .memhead .meminfo div.vipdetails_info p.vip_8 a, .hero-top .memhead .meminfo div.vipdetails_info p.vip_9 a{
                display:block;
                height:62px;
                width:100%;
            }*/

/*-----------------------顶部 购买VIP 详情-20191231-------------------*/

.hero-top .buyviphead_details {
    display: none;
    width: 338px;
    position: absolute;
    top: 23px;
    left: -110px;
    z-index: 1000;
    box-sizing: border-box;
}

.hero-top .buyviphead_details p.vipinfo_head {
    width: 338px;
    height: 30px;
    background: url('/ContentMain/personal/bg_buyvip_head.png') no-repeat 0px 0px;
    box-sizing: border-box;
}

.hero-top .buyviphead_details div.vipinfo_center {
    width: 338px;
    padding: 0px 9px 20px 9px;
    background: url('/ContentMain/personal/bg_memhead_center.png') repeat-y 0px 0px;
    overflow: hidden;
    box-sizing: border-box;
}

.hero-top .buyviphead_details p.vipinfo_bottom {
    width: 338px;
    height: 15px;
    background: url('/ContentMain/personal/bg_memhead_bottom.png') no-repeat center center;
}

/*侧边栏开始*/

.aside-onlineservice {
    width: 72px;
    height: 144px;
    margin-top: 11px;
}

.aside-onlineservice div {
    width: 72px;
    height: 72px;
}

.aside-onlineservice div a {
    padding: 9px 0px;
    display: block;
    width: 72px;
    height: 54px;
    background-color: #62A8EA;
}

.aside-onlineservice div a:hover {
    background-color: #4999e3;
}

.aside-onlineservice div a:active {
    background-color: #378cd9;
}

.aside-onlineservice div a p {
    height: 26px;
    width: 72px;
}

.aside-onlineservice div a p.qq {
    background: url(/ContentMain/home/icon_qq.png) no-repeat center center;
}

.aside-onlineservice div a p.kefu {
    background: url(/ContentMain/home/icon_zxkf.png) no-repeat center center;
}

.aside-onlineservice div a span {
    height: 20px;
    width: 72px;
    padding: 8px 0px 0px 0px;
    display: block;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

/*侧边栏结束*/

@media(max-width: 880px) {
    .friend-soft .mac-download {
        padding: 5px 5px;
        width: auto;
    }

    .logo {
        font-size: 16px;
    }
}

.aside-friend-softs {
    display: block;
    position: fixed;
    width: 72px;
    right: 0;
    bottom: 10%;
}

/*******************顶部搜索框--开始*******************/

.webseach {
    width: 400px;
    min-width: 200px;
    height: 34px;
    margin-top: 2px;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.webseach .psearch {
    width: 100%;
    border-radius: 19px;
    border: solid 1px #B1B1B1;
    padding-left: 30px;
    box-sizing: border-box;
    background: #fff url(/ContentMain/pageconvert/search.png) no-repeat 10px center;
    position: relative;
    z-index: 101;
}

.webseach .psearch input {
    height: 32px;
    width: 352px;
    line-height: 34px;
    font-size: 14px;
    padding: 0px;
    border: none;
    box-shadow: none;
    outline: none;
}

.webseach .psearch input:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.webseach .searchcontainer {
    width: 400px;
    overflow: hidden;
    padding: 30px 20px 10px 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: solid 1px #B1B1B1;
    box-sizing: border-box;
    z-index: 100;
    position: absolute;
    background: #fff;
    top: 12px;
    left: 0px;
    display: none;
}

.webseach .searchcontainer a {
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: left;
    color: #666;
    display: block;
}

.webseach .searchcontainer p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #888;
}

.webseach .searchcontainer p span {
    font-weight: bold;
    color: #333;
}

/*.webseach input::-moz-focus-inner {
            outline: medium;
        }*/

/*******************顶部搜索框--结束*******************/

/*****************************AB测试分流--开始*****************************/

.container .headbuyvip.abbranchvip {
    cursor: pointer;
}

.down-btn.show_copyright_nonevip span.headbuyvip {
    border: 0 none;
    display: inline-block;
    background: #278ff0;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    width: auto;
    padding: 0 16px;
    height: 32px;
    border-radius: 16px;
    line-height: 32px;
    text-decoration: none;
    text-align: center;
    margin: 0 4px;
}

/*****************************AB测试分流--结束*****************************/

@media(max-width: 1200px) {
    .main-nav a {
        font-size: 14px;
    }
}

@media(max-width: 640px) {

    html,
    body {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
    }

    .footer {
        font-size: 10px;
        padding: 10px 0;
    }

    .footer .copyright {
        padding-top: 0;
        line-height: 1.5;
    }

    .hero-tips p {
        font-size: 14px;
    }

    .sub-menu p {
        display: block;
        margin: 0 10px;
        font-size: 16px;
    }

    .personal_basic div.userinfo p {
        height: auto !important;
    }

    .personal_basic div.userinfo p a {
        display: inline-block;
    }

    .my_file .input_box p {
        padding: 15px 0;
        line-height: 22px !important;
    }
}

@media(max-width: 360px) {
    .sub-menu p {
        display: block;
        margin: 0 10px;
        font-size: 14px;
    }

    .main-nav a {
        font-size: 12px;
    }
}


/* 超限弹出 */
.filesize-overrun-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

.filesize-overrun-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .3;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
}

.filesize-overrun-ctt {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -340px;
    margin-top: -120px;
    width: 680px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.32);
    border-radius: 6px;
    text-align: center;
}

.filesize-overrun-ctt .close {
    cursor: pointer;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("Images/menber/ico_close_normal.png") no-repeat;
}

.filesize-overrun-ctt .close:hover {
    background: url("Images/menber/ico_close_hover.png") no-repeat;
}

.filesize-overrun-ctt h2 {
    font-style: 22px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 30px;
}

.filesize-overrun-ctt p {
    font-style: 16px;
    color: #666666;
    text-align: center;
    line-height: 22px;
}

.filesize-overrun-ctt p a {
    color: #278FF0;
}

.filesize-overrun-ctt .overrun-btn {
    margin-top: 50px;
}

.overrun-btn {
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 40px;
    background: #278FF0;
    border-radius: 6px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

.overrun-btn:hover {
    color: #fff;
    background: #46A0F5;
}

.overrun-btn:active {
    color: #fff;
    background: #278FF0;
}

@media(max-width: 700px) {
    .filesize-overrun-ctt {
        margin-left: 0;
        margin-top: 0;
        transform: translateY(-50%);
        width: 90%;
        left: 5%;
    }

    .filesize-overrun-ctt .overrun-btn {
        margin-top: 30px;
    }
}

/* 公共tips */
#tips-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

.tips-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tips-ctt {
    position: absolute;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
}

/* 成功提示 */
#tips-pop.success .tips-ctt {
    color: rgb(121, 195, 42);
    background: rgb(241, 249, 234);
}

/* 警告提示 */
#tips-pop.warning .tips-ctt {
    background: #FEF0F0;
    border: 1px solid #FF3E3E;
    color: #FF3E3E;
}

/* 普通提示 */
#tips-pop.common .tips-ctt {
    background: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
}

/* 公共弹出 */
.middle-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

.middle-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .3;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
}

.middle-ctt {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -340px;
    margin-top: -120px;
    width: 680px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.32);
    border-radius: 6px;
    text-align: center;
}

.pop_w_560 .middle-ctt {
    margin-left: -280px;
    width: 560px;
}

.middle-ctt .close {
    cursor: pointer;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("Images/menber/ico_close_normal.png") no-repeat;
}

.middle-ctt .close:hover {
    background: url("Images/menber/ico_close_hover.png") no-repeat;
}

.middle-ctt h2 {
    font-style: 22px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 30px;
}

.middle-ctt p {
    font-style: 16px;
    color: #666666;
    text-align: left;
    line-height: 2;
    min-height: 64px;
}

.middle-ctt p a {
    color: #278FF0;
}

.middle-ctt .middle-btn {
    margin-top: 20px;
}

.middle-btn {
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 40px;
    background: #278FF0;
    border-radius: 6px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

.middle-btn:hover {
    color: #fff;
    background: #46A0F5;
}

.middle-btn:active {
    color: #fff;
    background: #278FF0;
}

@media(max-width: 700px) {
    .middle-ctt {
        margin-left: 0;
        margin-top: 0;
        transform: translateY(-50%);
        width: 90%;
        left: 5%;
    }

    .middle-ctt .middle-btn {
        margin-top: 30px;
    }
}

.split-pop,
.preview-pop,
.waterpreview-pop,
.picfanyi-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

.split-ctt,
.preview-ctt,
.waterpreview-ctt,
.picfanyi-ctt {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -521px;
    margin-top: -331px;
    width: 1042px;
    height: 663px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.32);
    border-radius: 6px;
    text-align: center;
}

.split-ctt .split-footer,
.preview-ctt .preview-footer {
    height: 90px;
    width: 100%;
    text-align: left;
    margin-top: 23px;
}

.split-tip,
.preview-tip {
    font-size: 18px;
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    color: #278FF0;
}

.lists {
    width: 100%;
    height: 462px;
    background: #FAFAFA;
    margin-top: 24px;
    padding-top: 24px;
    padding-left: 39px;
    padding-right: 53px;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    overflow-y: scroll;
}

.iii {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.list-item1 {
    width: 172px;
    height: 200px;
    float: left;
}

.list-item1 .item-content {
    width: 150px;
    height: 156px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
}

.file-item {
    width: 150px;
    height: 210px;
    text-align: center;
}

.file-item span {
    line-height: 54px;
}

.lists .file-name {
    display: inline-block;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    line-height: 24px;
    color: #333333;
    margin-bottom: 16px;
}

.split-method {
    width: 123px;
    height: 33px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    opacity: 1;
    border-radius: 4px 4px 0px 0px;
    padding: 5px 12px;
    box-sizing: border-box;
    cursor: pointer;
}

.hidesptype {
    display: none;
}

.showsptype {
    display: block;
}

.checkmethod {
    background: url('/ContentMain/Images/ico_more2.png') no-repeat 100px 9px;
}

.sp1:hover {
    background: #278FF0;
    color: #fff;
}

.sp1 {
    border-top: none;
}

/* 图形验证码弹窗 */
.proof-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

.proof-ctt {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -140px;
    margin-top: -70px;
    width: 280px;
    height: 140px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.32);
    border-radius: 6px;
    text-align: center;
}

.proof-tip {
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    color: #333333;
}

.proof-ctt .proof-box {
    padding: 10px 0;
}

.proof-box div:nth-of-type(1) {
    overflow: hidden;
    transform: translateX(18%);
    margin-left: -5%;
}

.proof-box div:nth-of-type(1) span,
.proof-box div:nth-of-type(1) div {
    float: left;
}

.proof-ctt .proof-inout {
    width: 132px;
    height: 42px;
}

.proof-ctt .proof-input {
    width: 132px;
    height: 20px;
    font-size: 12px;
}

.proof-ctt .proof-error {
    text-align: center;
    color: red;
    font-size: 8px;
    margin: 3px 0;
    line-height: 14px;
    display: none;
}

.show-proof #imgcode_proof_box {
    position: relative;
    width: 60px;
    height: 30px;
    font-size: 14px;
}

.show-proof img#imgcode_proof {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;

}

.show-proof .refresh {
    background-color: transparent;
    border: none;
    color: #3E3E3E;
    font-size: 8px;
}

.proof-ctt .proof-footer {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.proof-footer .btn {
    width: 75px;
    height: 25px;
    border: 1px solid #B5B5B5;
    opacity: 1;
    border-radius: 4px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
}

.proof-footer .cancel {
    background: #fff;
    color: #666;
    margin-right: 20px;
}

.proof-footer .confirm {
    background: #278FF0;
    color: #fff;
}

/* 绑定手机号弹窗 */
#formBindphone {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: none;
}

.bind-ctt {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -280px;
    margin-top: -158px;
    width: 560px;
    height: 316px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.32);
    border-radius: 6px;
    text-align: center;
}

.bind-title {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.bind-box {
    padding: 18px 110px 25px 110px;
    width: 340px;
    text-align: left;
}

.bind-tip {
    font-size: 16px;
    color: #3E3E3E;
    font-family: Microsoft YaHei;
}

.bind-ctt .bind-phone {
    margin-top: 10px;
    width: 338px;
    height: 40px;
    font-size: 12px;
}

.show-bind {
    margin-top: 28px;
}

.show-bind .proof-code {
    width: 225px;
    height: 40px;
    font-size: 14;
    font-family: Microsoft YaHei;
}

.show-bind .send {
    width: 108px;
    height: 40px;
    background-color: #278FF0;
    border: none;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 4px;
}

.bind-ctt .bind-footer {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.bind-footer .btn {
    width: 120px;
    height: 40px;
    border: 1px solid #B5B5B5;
    opacity: 1;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
}

.bind-footer .cancel {
    background: #fff;
    color: #666;
    margin-right: 60px;
}

.bind-footer .confirm {
    background: #278FF0;
    color: #fff;
}

/*  */
.NotSupportedBrowserIE {
    padding: 150px 0;
}

.NotSupportedBrowserIE h2 {
    color: #333333;
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
}

.browser-list {
    text-align: center;
    margin-top: 60px;
}

.browser-list li {
    display: inline-block;
    padding: 0 30px;
}

.browser-list li p {
    font-size: 14px;
    color: #999999;
    text-align: center;
    padding-top: 50px;
    line-height: 1.5;
}

.browser-list li p.icon-1 {
    background: url("./Images/icon-llq-1.png") no-repeat top center;
}

.browser-list li p.icon-2 {
    background: url("./Images/icon-llq-2.png") no-repeat top center;
}

.browser-list li p.icon-3 {
    background: url("./Images/icon-llq-3.png") no-repeat top center;
}

.browser-list li p.icon-4 {
    background: url("./Images/icon-llq-4.png") no-repeat top center;
}

/*  */
.app-down {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 4%;
    background: #fff;
    box-shadow: 0px -6px 8px rgba(130, 136, 172, 0.18);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 0;
    display: none;
    z-index: 10;
}

.app-down-logo {
    width: 11.6%;
    display: inline-block;
    vertical-align: middle;
}

.app-down-text {
    display: inline-block;
    vertical-align: middle;
    width: 54%;
    margin-left: 3.2%;
}

.app-down-text h2 {
    font-size: 4.2vw;
    color: #333333;
    line-height: 1.3;
    font-weight: bold;
}

.app-down-text p {
    font-size: 2.66vw;
    color: #333333;
    line-height: 1.3;
    margin-top: 4px;
    width: 75%;
}

.app-down-btn {
    display: inline-block;
    width: 27%;
    font-size: 3.2vw;
    line-height: 2.83;
    background-color: #328EFF;
    border-radius: 0.8vw;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.app-down-btn:hover,
.app-down-btn:active {
    color: #fff;
}

.app-down-close {
    position: absolute;
    width: 6.66%;
    padding-top: 6.66%;
    background: url("./Images/app/ico_close.png") no-repeat center center;
    background-size: 52%;
    top: 0;
    right: 0;
    cursor: pointer;
}

.app-down-h {
    display: none;
}

.newyear-icon {
    position: absolute;
    font-size: 12px;
    color: #fff;
    background: #EF2F26;
    background: linear-gradient(130deg, #FF736D 0%, #EF2F26 100%);
    padding: 0 6px;
    line-height: 18px;
    border-radius: 3px;
    top: -10px;
    right: 0;
    font-style: normal;
}

.newyear-icon::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -2px;
    width: 0;
    height: 0;
    border-top: 3px solid #FF736D;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

/*  */
#toast {
    padding: 7px 20px;
    line-height: 24px;
    max-width: 800px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
    display: none;
    position: fixed;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    border-radius: 4px;
    color: #fff;
    margin-left: 100px;
    z-index: 99;
}

/* vip到期弹窗 */
.vip-expire {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.vip-expire-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.vip-expire-ctt {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -224px;
    margin-top: -213px;
    width: 448px;
    height: 415px;
    background: url("./Images/vip-bg.png") no-repeat;
}

.vip-expire-head {
    padding: 30px 60px;
}

.vip-expire-head img {
    float: left;
    width: 64px;
    height: 64px;
    border-radius: 32px;
}

.vip-expire-ml {
    margin-left: 80px;
}

.vip-expire-ml h3 {
    line-height: 34px;
    color: #7B4934;
    font-weight: bold;
    font-size: 18px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vip-expire-ml p {
    line-height: 30px;
    color: #9F7551;
    font-size: 13px;
}

.vip-expire-text {
    margin-top: 150px;
    text-align: center;
}

.vip-expire-text h3 {
    font-size: 18px;
    color: #FFF3E6;
    font-weight: bold;
    line-height: 24px;
}

.vip-expire-text p {
    font-size: 14px;
    color: #BFB5AD;
    line-height: 18px;
    margin-top: 5px;
}

.vip-expire-text a {
    display: block;
    margin: 0 auto;
    width: 228px;
    height: 74px;
    background: url("./Images/btn_pay.png") no-repeat;
    cursor: pointer;
}

.vip-expire-close {
    position: absolute;
    bottom: -80px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background: url("./Images/vip-close.png") no-repeat;
    cursor: pointer;
}

.vip-expire-head i {
    position: absolute;
    top: 72px;
    left: 102px;
    width: 22px;
    height: 22px;
    background: url("./Images/ico_vip.png") no-repeat;
}

.allpagecheck {
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.picfanyi-pop .picfanyi-ctt .head {
    display: flex;
    justify-content: space-between;
}

.picfanyi-ctt .head .filename {
    font-size: 18px;
    font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
    font-weight: bold;
    color: #333333;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.picfanyi-ctt .head .langchange {
    font-size: 14px;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #278FF0;
}

.picfanyi-ctt .head .close {
    display: block;
    width: 22px;
    height: 22px;
    background: url("/ContentMain/Images/closeNotice.png") no-repeat;
    cursor: pointer;
}

.picfanyi-ctt .content {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.picfanyi-ctt .content>div {
    width: 450px;
    height: 500px;
    background: #FAFAFA;
    padding: 20px;
    box-sizing: border-box;
}

.picfanyi-ctt .content>div img {
    height: inherit;
}

.picfanyi-ctt .leftctt {
    position: relative;
    display: flex;
}

.picfanyi-ctt .leftctt .smimg {
    width: 132px;
    height: fit-content;
}

.picfanyi-ctt .leftctt .bigimg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
    display: none;
}

.picfanyi-ctt .leftctt .smimg-mask {
    position: absolute;
    left: 20px;
    top: 20px;
    /* border:1px solid #278FF0; */
}

.picfanyi-ctt .leftctt .oldtxt {
    width: calc(100% - 132px);
    height: calc(100% - 20px);
    margin-left: 20px;
    background: #fff;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #0E1B2E;
    overflow-y: auto;
    border: none;
    resize: none;
}

.picfanyi-ctt .leftctt .copy {
    position: absolute;
    background: url("/ContentMain/Images/copytext.png") no-repeat;
    width: 24px;
    height: 24px;
    bottom: 50px;
    right: 30px;
    cursor: pointer;
}

.picfanyi-ctt .leftctt .copy:hover {
    background: url("/ContentMain/Images/copytext_hover.png") no-repeat;
}

.picfanyi-ctt .rightctt .switch {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px;
    margin-top: 0;
}

.picfanyi-ctt .rightctt .switch span {
    width: 148px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #278FF0;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #278FF0;
    cursor: pointer;
}

.picfanyi-ctt .rightctt .switch span.chosen {
    background: #278FF0;
    color: #fff;
}

.picfanyi-ctt .rightctt .value {
    height: calc(100% - 72px);
    position: relative;
}

.picfanyi-ctt .rightctt .imgvalue {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.picfanyi-ctt .rightctt .textvalue {
    width: 100%;
    height: 100%;
    display: none;
    background: #fff;
    overflow-y: auto;
    border: none;
    resize: none;
}

.picfanyi-ctt .rightctt .copy {
    position: absolute;
    background: url("/ContentMain/Images/copytext.png") no-repeat;
    width: 24px;
    height: 24px;
    bottom: 10px;
    right: 25px;
    cursor: pointer;
    display: none;
}

.picfanyi-ctt .rightctt .copy:hover {
    background: url("/ContentMain/Images/copytext_hover.png") no-repeat;
}

.picfanyi-ctt .foot {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}

.picfanyi-ctt .foot .picfanyidown {
    display: block;
    background: #278FF0;
    width: 118px;
    height: 44px;
    font-size: 14px;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 44px;
    border-radius: 5px;
}

.menu-item-title {
    width: 100%;
    height: 44px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    padding-right: 35px;
    box-sizing: border-box;
}

.menu-item-title>img {
    width: 24px;
    height: 24px;
    margin-left: 11px;
}

.menu-item-title>div {
    width: 118px;
    font-size: 18px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
}

/* 二次确认弹窗-开始 */
.confirm-pop {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    display: none;
}

.confirm-ctt {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -340px;
    margin-top: -120px;
    width: 680px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.32);
    border-radius: 6px;
    text-align: center;
}

.confirm-ctt .confirm-tips {
    text-align: center;
}

.confirm-ctt .confirm-close {
    cursor: pointer;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("Images/menber/ico_close_normal.png") no-repeat;
}

.confirm-ctt .confirm-close:hover {
    background: url("Images/menber/ico_close_hover.png") no-repeat;
}

.confirm-ctt h2 {
    font-style: 22px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 30px;
}

.confirm-ctt p {
    font-style: 16px;
    color: #666666;
    text-align: left;
    line-height: 2;
    min-height: 64px;
}

.confirm-ctt .confirm-btn,
.confirm-ctt .cancel-btn {
    margin-top: 20px;
    cursor: pointer;
}

.confirm-btn {
    display: block;
    width: 140px;
    height: 40px;
    border: 1px solid #278FF0;
    border-radius: 6px;
    line-height: 40px;
    color: #278FF0;
    font-size: 16px;
    background-color: #fff;
    margin-right: 20px;
    cursor: pointer;
}

.confirm-btn:hover {
    color: #46A0F5;
}

.cancel-btn {
    display: block;
    width: 140px;
    height: 40px;
    background: #278FF0;
    border-radius: 6px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

.cancel-btn:hover {
    color: #fff;
    background: #46A0F5;
}

.cancel-btn:active {
    color: #fff;
    background: #278FF0;
}

/* 二次确认弹窗-结束 */

/* pdf旋转-开始 */

.rotate-setting {
    font-size: 14px;
    color: #666666;
}

.all-left-rotate,
.all-right-rotate {
    width: 120px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #278FF0;
    color: #278FF0;
    cursor: pointer;
    line-height: 34px;
    text-align: center;
}

.all-left-rotate>img,
.all-right-rotate>img {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    margin-right: 6px;
}

.all-left-rotate {
    margin-left: 12px;
}

.all-right-rotate {
    margin-left: 20px;
}

.rotate-setting .cancel {
    width: 120px;
    height: 40px !important;
    line-height: 40px !important;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #B5B5B5 !important;
    font-size: 14px;
    color: #666666 !important;
    cursor: pointer;
}

.rotate-setting .confirm {
    width: 120px;
    height: 40px !important;
    line-height: 40px !important;
    background: #278FF0 !important;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF !important;
    margin-left: 20px;
    cursor: pointer;
}

/* pdf旋转-结束 */

/* 反诈声明-开始 */
.shengming-tip{
    position: fixed;
    right: 20px;
    bottom: 40px;
    text-align: center;
    z-index: 100;
    color: #333;
    font-size: 12px;
}
.shengming-tip>img{
    width: 50px;
    height: 50px;
}
.shengming-tip>.hot-dot{
    position: fixed;
    right: 30px;
    bottom: 100px;
    width: 6px;
    height: 6px;
    background: #FF0000;
    border-radius: 50%;
}
.shengming-tips {
    width: 40px;
    height: 20px;
    background-color: rgba(0,0,0,0.32);
    border-radius: 6px;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    margin: 0 auto;
}
.shengming-mask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
    display: none;
}
.shengming-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 380px;
    height: 270px;
    background: #FFFFFF;
    border-radius: 8px;
    padding-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.shengming-title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.shengming-content {
    color: #333333;
    line-height: 22px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.shengming-content>a:hover{
    color: #278FF0 !important;
}
.shengming-btn {
    width: 112px;
    height: 40px;
    background: #278FF0;
    border-radius: 4px;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    user-select: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
}
/* 反诈声明-结束 */